home *** CD-ROM | disk | FTP | other *** search
/ Resource Library: Multimedia / Resource Library: Multimedia.iso / hypercrd / xcmds / dvlprstc.hqx / Developer Stack 1.3r / card_26823.txt < prev    next >
Text File  |  1991-04-30  |  1KB  |  48 lines

  1. -- card: 26823 from stack: in.3r
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2612
  5. -- name: GetDANames
  6.  
  7.  
  8. -- part contents for background part 2
  9. ----- text -----
  10. GetDANames
  11.  
  12. -- part contents for background part 3
  13. ----- text -----
  14. This is an updated version of the XFCN in DevStack 1.1
  15.  
  16. This will return a list of all installed DAs.
  17.  
  18. Send comments & suggestions to Aron Roberts:      
  19. CompuServe:  73075,1342
  20. GEnie:  ARON
  21. ARPA Internet:  csaron@garnet.Berkeley.EDU
  22. BITNET:  CSARON@UCBCMSA.BITNET
  23.  
  24. This XCMD may be freely distributed and used in any noncommercial or commercial stacks.
  25. See also NumberofDAs*
  26.  
  27.  
  28.  
  29. -- part contents for background part 10
  30. ----- text -----
  31. Syntax:
  32.  
  33. getDANames
  34.  
  35. Puts the names of the DAs in the Apple menu into an item list (in which each item is separated from the next by a comma) in the global memory variable container, 
  36. "namesOfDAs".  If "namesOfDAs" does not already exist, it is created automatically.
  37.                 
  38. EXAMPLE:  
  39. getDANames -- puts list into "namesOfDAs"
  40. put namesOfDAs into card field "DANames" put item 2 of  namesOfDAs into nameOfSecondDA.
  41.  
  42. -- part contents for background part 13
  43. ----- text -----
  44. 17
  45.  
  46. -- part contents for background part 30
  47. ----- text -----
  48. XCMD